TrimSrfRefineAtParams
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
TrimSrfRefineAtParams()
SYNOPSIS
trim_lib/trim_aux.c:177
TrimSrfStruct *TrimSrfRefineAtParams(TrimSrfStruct *TrimSrf,
CagdSrfDirType Dir,
CagdBType Replace,
CagdRType *t,
int n)
DESCRIPTION
Given a trimmed surface - refines it at the given n knots as defined by
vector t.
If Replace is TRUE, the values in t replaces current knot vector.
Returns pointer to refined surface (Note a Bezier surface will be
converted into a Bspline surface).
PARAMETERS:
TrimSrf: To refine.
Dir: Direction of refinement. Either U or V.
Replace: If TRUE, t holds knots in exactly the same length as the
length of the knot vector of Srf and t simply replaces the
knot vector.
t: Vector of knots with length of n.
n: Length of vector t.
FUNCTION RETURN VALUE
TrimSrfStruct *: A refined surface of TrimSrf after insertion of all
the knots as specified by vector t of length n.
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:18 GMT, October 17, 2022